@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#333;
}
:-moz-placeholder {
    color:#333;
    opacity:1;
}
::-moz-placeholder {
    color:#333;
    opacity:1;
}
:-ms-input-placeholder{
    color:#333;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}

body {
    font-family:arial, "microsoft yahei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 79%;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:90px;
	clear:both;
    background-color: #fff;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 11px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:90px;
    z-index: 9;
    position:relative;
    margin: 0 38px;
}
.menupc li:hover a{
    color: #008ed1;
}
.menupc li:hover a:after{
    width: 100%;
}
.menupc li a{
    display:block;
    color: #111;
    font-size: 16px;
    z-index: 999;
    position: relative;
}
.menupc li:first-child a{
    padding: 0 10px;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: -webkit-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -o-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -moz-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: .5s;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li a:hover{
    color: #008ed1;
}
.menupc li .current{
    color: #008ed1;
}
.menupc li .current:after{
    width: 100%;
}
.menupc ul{
    background-color: #fff;
    position: absolute;
    display:none;
    overflow: hidden;
    z-index: 999;
    width: 140px;
    border-radius: 0 0 5px 5px;
    padding: 15px 10px;
    left: 50%;
    transform: translate(-50%, 0);
}
.menupc ul li{
    float: none;
    position: static;
    text-align: center;
    background:none;
    line-height: 38px;
    width:100%;
    margin: 0;
}
.menupc ul li a{
    display: block;
    font-size: 16px;
    position:relative;
    color:#333 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menupc ul li:first-child a{
    padding: 0;
}
.menupc ul li a:after{
    display: none !important;
}
.menupc ul li a:hover{
    color: #008ed1 !important;
}
.menupc ul li .current{
    color: #008ed1 !important;
}
.menupc ul.subnav {
    display: block;
}

.header-search {
    float: right;
    margin-left: 50px;
}
.header-search .pull-right {
    float:right;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    width: 25px;
    height: 90px;
    position: relative;
}
.header-search .pull-right a:after{
    content: '';
    display: block;
    width: 25px;
    height: 100%;
    background: url(../images/search.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
}
/*.header-search .pull-right a.active{
    background: -webkit-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -o-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -moz-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
}*/
.header-search .pull-right a.active:after{
    background: url(../images/icon-closed.png) no-repeat center;
}
.search {
    z-index: 9;
    position: relative;
}
.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}
.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}
.search .search-main {
    top: 90px;
    right: 0;
    z-index: 9;
    width: 300px;
    display: none;
    padding: 18px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.search-container {
    padding-left: 0;
    overflow: hidden;
    position: relative;
}
.search-container .form-control {
    text-align: left;
    border: 1px solid #ad9a84;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #808080;
    line-height: 41px;
    height: 41px;
    vertical-align: top;
    padding: 0 85px 0 25px;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 25px;
}
.search-container .form-control:focus {
    box-shadow: 0 0 10px #ccc;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 60px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0 25px 25px 0;
    background: #008ed1 url(../images/overlay-icon.png) no-repeat center center;
}
#search-closed {
    right: 0;
    top: 23.5px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}




/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#008ed1;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#008ed1 url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}


/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 5px;
    right: 0px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    background: url("../images/dian.png") no-repeat center;
    opacity: 1;
    outline: none;
    margin: 0px 6px;
    border-radius: 50%;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background: url("../images/dian_h.png") no-repeat center;
}



@media(max-width:1200px) {
    .daohang{
        height:60px;
        position: fixed;
        top: 0;
        z-index: 999;
    }
    .yx a{
        padding-top: 8px;
    }
    .yx img{
        height: 44px;
    }
    .phone-nav {
        display:block;
    }
    .navdaohang {
        display:none;
    }
    .header-search{
        display: none;
    }
}


footer{
    width: 100%;
    margin: 0 auto;
    background-color: #002333;
    overflow: hidden;
}
.footer2{
    border-top: 1px solid #264451;
    overflow: hidden;
    padding: 13px 0;
}
.footer2 p{
    text-align: center;
    line-height: 24px;
    color: #bbb;
}
.footer2 p a{
    color: #bbb;
}
.footer2 p a:hover{
    color: #ca1019;
}
.footer1{
    padding: 60px 0 40px 0;
    overflow: hidden;
}
.footer1_fl{
    float: left;
    width: 15%;
}
.footer1_fl a{
    display: block;
}
.footer1_fl a img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer1_fr{
    float: right;
    width: 10%;
}
.footer1_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer1_fr p{
    text-align: center;
    color: #bbb;
    margin-top: 10px;
}
.footer1_fc{
    float: left;
    width: 75%;
    padding: 0 5%;
}
.footer1_fc li{
    float: left;
    width: 16.6%;
    padding: 0 10px;
    line-height: 1;
    text-align: center;
}
.footer1_fc li a{
    display: block;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer1_fc li a:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin: 10px auto 0 auto;
    background: -webkit-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -o-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -moz-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
}
.menulist{
    margin-top: 15px;
    overflow: hidden;
}
.menulist li{
    float: none;
    width: 100%;
    padding: 0;
    line-height: 30px;
}
.menulist li a{
    display: block;
    font-size: 14px;
    color: #a3a3a3;
}
.menulist li a:after{
    display: none;
}
.menulist li a:hover{
    color: #008ed1;
}
.top{
    position: fixed;
    right: 0;
    bottom: 0;
}

.home-about{
    width: 100%;
    margin: 0 auto;
    background-color: #f5f7f9;
    padding: 60px 0 126px 0;
    overflow: hidden;
}
.home-about .container1{
    position: relative;
}
.about_fl{
    position: absolute;
    left: 0;
    top: 60px;
    width: 48.5%;
    z-index: 999;
}
.about_fr{
    float: right;
    background-color: #fff;
    width: 72%;
    padding: 60px 100px 85px 27%;
}
.index_title{
    line-height: 1;
}
.index_title h3{
    font-size: 48px;
    font-weight: lighter;
    color: rgba(51,51,51,.2);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.index_title p{
    font-size: 24px;
    color: #333;
}
.about_fr1{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 170px;
    overflow: hidden;
    margin: 40px 0 50px 0;
}
.about_fr1:before{
    content: '';
    display: block;
    background: url("../images/yh.png") no-repeat top left;
    width: 31px;
    height: 29px;
    margin-bottom: 20px;
}
.about_fr2 a{
    display: block;
    width: 140px;
    line-height: 40px;
    background: -webkit-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -o-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -moz-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    color: #fff;
    border-radius: 19px;
    padding: 0 18px;
}
.about_fr2 a p{
    background: url("../images/ajt.png") no-repeat right center;
    padding-left: 4px;
    transition: .5s;
}
.about_fr2 a:hover p{
    background: url("../images/ajt.png") no-repeat left center;
    padding-left: 45px;
}

.home-service{
    width: 100%;
    margin: 0 auto;
    background: url("../images/servicebg.jpg") no-repeat center;
    padding-top: 50px;
    background-size: cover;
    height: 748px;
}
.home-service .index_title h3{
    color: rgba(255,255,255,.4);
}
.home-service .index_title p{
    color: #fff;
}
.service_con{
    padding-top: 65px;
    position: relative;
}
.service_con_title{
    position: absolute;
    top: -40px;
    right: 0;
}
.service_con_title ul li {
    float: left;
    margin-left: 23px;
    cursor:pointer;
}
.service_con_title ul li h3 {
    font-size: 18px;
    color: #fff;
    width: 140px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
}
.service_con_title ul .on h3{
    background: -webkit-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -o-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -moz-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    border: none;
    line-height: 40px;
}
.service_con_show{
    overflow: hidden;
}
.service_con_show .service_con_info {
    display:none;
}
.service_con_info{
    overflow: hidden;
    color: #fff;
}
.service_info_t1{
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}
.service_info_t2{
    width: 50%;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 25px 0 40px 0;
}
.service_info_t3 a{
    color: #fff;
}
.service_info_b{
    background-color: #fff;
    height: 180px;
    margin-top: 13%;
    border-bottom: 1px solid #eee;
}
.service_info_b ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 180px;
}
.service_info_b ul li{
    width: 33.3%;
    padding: 0 50px;
    transition: .5s;
    cursor: default;
    background: url("../images/line.jpg") no-repeat right center;
}
.service_info_b ul li:last-child{
    background: none;
}
.service_info_b1{
    font-size: 20px;
    color: #333;
    line-height: 1;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service_info_b2{
    font-size: 16px;
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.service_info_b3{
    opacity: 0;
    height: 0;
    transition: .5s;
}
.service_info_b3 a{
    color: #008ed1;
    text-decoration: underline;
}
.service_info_b ul li:hover .service_info_b1{
    font-weight: bold;
    color: #008ed1;
}
.service_info_b ul li:hover .service_info_b3{
    margin-top: 20px;
    opacity: 1;
    height: auto;
}

.home-pro{
    width: 100%;
    margin: 60px auto;
}
.pro_con{
    margin-top: 48px;
}
.pro_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro_con ul li{
    width: 47.85%;
    transition: .5s;
    border-radius: 10px;
}
.pro_con ul li:hover{
    box-shadow: 0 0 10px rgba(2,31,45,.15);
}
.pro_cons{
    height: 380px;
    background-size: cover;
    border-radius: 10px;
    padding: 60px 48px 0 48px;
}
.probg1{
    background: url("../images/probg1.jpg") no-repeat center;
}
.probg2{
    background: url("../images/probg2.jpg") no-repeat center;
}
.pro_con1{
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_con2{
    width: 52%;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin: 40px 0 55px 0;
}
.pro_con3 a{
    color: #999;
}
.pro_con3 a:hover{
    color: #008ed1;
    text-decoration: underline;
}

.home-news{
    width: 100%;
    margin: 0 auto;
    background-color: #f5f7f9;
    padding: 55px 0 60px 0;
    overflow: hidden;
}
.news_con{
    position: relative;
    padding-top: 45px;
}
.news_con_nav{
    position: absolute;
    right: 0;
    top: -40px;
}
.news_con_nav li{
    float: left;
    margin-left: 23px;
}
.news_con_nav li a{
    display: block;
    width: 140px;
    line-height: 38px;
    border: 1px solid #008ed1;
    color: #008ed1;
    font-size: 18px;
    text-align: center;
    border-radius: 20px;
    transition: .5s;
}
.news_con_nav li a:hover{
    border: none;
    color: #fff;
    line-height: 40px;
    background: -webkit-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -o-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -moz-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
}
.news_con_nav li a.current{
    border: none;
    color: #fff;
    line-height: 40px;
    background: -webkit-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -o-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -moz-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
}
.news_con_info ul{
    display: flex;
    flex-wrap: wrap;
}
.news_con_info ul li{
    width: 33.3%;
    padding: 0 22px;
}
.news_con_info ul li a{
    display: block;
    background-color: #fff;
    overflow: hidden;
    transition: .5s;
}
.news_txt{
    padding: 25px 35px;
    overflow: hidden;
    transition: .5s;
}
.news_txt1{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt2{
    font-size: 16px;
    color: #999;
    line-height: 1;
    margin: 18px 0 12px 0;
}
.news_txt3{
    font-size: 16px;
    color: #999;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.news_txt4{
    margin-top: 25px;
    color: #999;
}
.news_con_info ul li a:hover{
    padding: 20px 20px 0 20px;
}
.news_con_info ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_con_info ul li a:hover .news_txt{
    padding: 30px 15px 25px 15px;
}
.news_con_info ul li a:hover .news_txt1{
    color: #008ed1;
}
.news_con_info ul li a:hover .news_txt4{
    color: #008ed1;
    text-decoration: underline;
}


/*联系方式*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.ban_info{
    position: absolute;
    top: 0;
    left: 11%;
    width: 89%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.ban_info h3{
    font-size: 72px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(255,255,255,.2);
    font-weight: bold;
}
.ban_info p{
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
}
.ban_info p:after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin-top: 30px;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_nav{
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 30px 0;
}
.inner_nav_fl{
    float: left;
    line-height: 34px;
}
.inner_nav_fl p{
    font-size: 16px;
    color: #666;
}
.inner_nav_fl p a{
    font-size: 16px;
    color: #666;
}
.inner_nav_fl p span{
    color: #008ed1;
}
.inner_nav_fr{
    float: right;
}
.inner_nav_fr ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_nav_fr li{
    background: url("../images/li.jpg") no-repeat right center;
    padding: 0 15px;
}
.inner_nav_fr li:last-child{
    background: none;
}
.inner_nav_fr li a{
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 34px;
    padding: 0 18px;
    transition: .5s;
}
.inner_nav_fr li a:hover{
    background-color: #008ed1;
    color: #fff;
}
.inner_nav_fr li a.current{
    background-color: #008ed1;
    color: #fff;
}
.inner_con{
    margin: 45px 0 80px 0;
    overflow: hidden;
}
.inner_title{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.inner_title:after{
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: -webkit-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -o-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -moz-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    margin: 25px auto 0 auto;
}
.inner_contact{
    margin-top: 40px;
    position: relative;
}
.icontact1 img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.contact_map{
    width: 100%;
    height: 600px;
}
.icontact2{
    position: absolute;
    width: 400px;
    height: 80%;
    top: 10%;
    background-color: #fff;
    right: 55px;
    padding: 50px 45px;
}
.icontact2 li{
    margin-bottom: 40px;
    overflow: hidden;
}
.icontact2 li:last-child{
    margin-bottom: 0;
}
.icontact2 li h3{
    font-size: 18px;
    color: #000;
    padding-left: 30px;
    margin-bottom: 12px;
}
.icontact2 li h3.caddress{
    background: url("../images/caddress.png") no-repeat left center;
}
.icontact2 li h3.ctel{
    background: url("../images/ctel.png") no-repeat left center;
}
.icontact2 li h3.cmail{
    background: url("../images/cmail.png") no-repeat left center;
}
.icontact2 li p{
    font-size: 16px;
    color: #777;
    line-height: 30px;
    padding-left: 30px;
}


/*公司简介*/
.inner_about{
    margin-top: 40px;
}
.iabout1{
    overflow: hidden;
}
.iabout1_fl{
    float: left;
    width: 48%;
    font-size: 16px;
    color: #666;
    line-height: 33px;
}
.iabout1_fl h3{
    font-size: 28px;
}
.iabout1_fr{
    float: right;
    width: 50%;
}
.iabout2{
    margin-top: 105px;
}
.iabout2 ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout2 ul li{
    width: 20%;
}
.iabout2s{
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}
.iabout2s:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout2_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 15px 35px;
    transition: .5s;
}
.iabout2s:hover .iabout2_txt{
    background: -webkit-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -o-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -moz-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
}
.iabout2_txt:before, .iabout2_txt:after{
    position: absolute;
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.iabout2_txt:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.iabout2_txt:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.iabout2s:hover .iabout2_txt:before, .iabout2s:hover .iabout2_txt:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.iabout2_txt img{
    width: 59px;
    height: 62px;
}
.iabout2_txt h3{
    margin-top: 30px;
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iabout2_txt p{
    font-size: 16px;
    line-height: 30px;
    transition: .5s;
    height: 0;
    opacity: 0;
    width: 100%;
}
.iabout2s:hover .iabout2_txt p{
    height: auto;
    margin-top: 30px;
    opacity: 1;
}


/*合作伙伴*/
.inner_partner{
    margin-top: 50px;
    position: relative;
}
.inner_partner .swiper-container{
    width: 92%;
    margin: 0 auto;
}
.inner_partner .swiper-slide{
    display: initial;
}
.partners a{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    width: 100%;
    height: 197px;
    padding: 15px;
    transition: .5s;
}
.partners a:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.partners a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_partner .swiper-button-next, .inner_partner .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #ddd url("../images/pjt.png") no-repeat center;
    border-radius: 2px;
}
.inner_partner .swiper-button-prev:hover, .inner_partner .swiper-button-next:hover{
    background: #008ed1 url("../images/pjt.png") no-repeat center;
}
.inner_partner .swiper-button-prev{
    left: 0;
    right: auto;
}
.inner_partner .swiper-button-next{
    right: 0;
    left: auto;
    transform:rotateY(180deg);
}


/*新闻动态*/
.ibg{
    background-color: #f5f7f9;
    overflow: hidden;
}
.inner_news{
    margin-top: 40px;
}
.inews{

}
.inews li{
    margin-bottom: 30px;
}
.inews li a{
    display: block;
    background-color: #fff;
    padding: 30px;
    overflow: hidden;
    transition: .5s;
}
.inews li a .tp{
    float: left;
    width: 430px;
    height: 274px;
}
.inews_txt{
    margin-left: 470px;
    margin-top: 20px;
}
.inews_txt1{
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin-bottom: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.inews_txt3{
    font-size: 16px;
    color: #999;
    margin: 25px 0 40px 0;
}
.inews_txt4{
    display: block;
    width: 140px;
    line-height: 38px;
    background-color: #fff;
    color: #bbb;
    border-radius: 19px;
    padding: 0 18px;
    border: 1px solid #ddd;
}
.inews_txt4 p{
    background: url("../images/njt.png") no-repeat right center;
    padding-left: 4px;
    transition: .5s;
}
.inews li a:hover{
    box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.1);
}
.inews li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews li a:hover .inews_txt1{
    color: #008ed1;
}
.inews li a:hover .inews_txt4{
    background: -webkit-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -o-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -moz-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    color: #fff;
}
.inews li a:hover .inews_txt4 p{
    background: url("../images/njt_h.png") no-repeat left center;
    padding-left: 45px;
}



.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #686762;
    text-align: center;
    text-transform: capitalize;
    padding:0px 9px;
    line-height:26px;
    margin:0px 1px 10px 1px;
    border: 1px solid #ddd;
}
.pagination a:hover{
    color:#fff;
    background-color:#008ed1;
    border: 1px solid #008ed1;
}
.pagination a.active {
    color:#fff;
    background-color: #008ed1;
    border: 1px solid #008ed1;
}


/*新闻详情*/
.inner_newsshow{

}
.show_title{
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #bfbfbf;
}
.show_title h3{
    font-size: 20px;
    font-weight:normal;
    text-align: center;
    color: #333;
    padding-bottom: 10px;
    line-height: 28px;
}
.show_title span{
    color:#949494;
    margin:0px 10px;
    font-size:14px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    line-height:28px;
    color:#4b4b4b;
    padding:25px 0px;
    border-bottom:1px dashed #bfbfbf;
    font-size: 15px;
}
.show_content video{
    width: 100%;
    height: auto;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    float: left;
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:2px;
    line-height:25px;
    color:#4d4d4d;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:15px;
}
.show_back_fl li a{
    color:#868686;
    font-size:15px;
}
.show_back_fl li a:hover{
    color: #008ed1;
}
.show_back_fr{
    overflow:hidden;
    float: right;
    width: 12%;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size:15px;
    background: #008ed1 url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}


/*发展历程*/
.processbg{
    background: url("../images/processbg.png") no-repeat center;
    background-size: cover;
}
.inner_process{
    margin-top: 38px;
    position: relative;
}
.inner_process:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #999;
}
.inner_process ul{
    position: relative;
    padding: 75px 0;
}
.inner_process ul:before{
    content: '';
    display: block;
    background: url("../images/circle0.png") no-repeat center;
    width: 27px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -13px;
}
.inner_process ul:after{
    content: '';
    display: block;
    background: url("../images/circle1.png") no-repeat center;
    width: 27px;
    height: 26px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
}
.inner_process ul li{
    margin-bottom: 70px;
    overflow: hidden;
    position: relative;
    cursor: default;
}
.inner_process ul li:last-child{
    margin-bottom: 0;
}
.inner_process ul li:before{
    content: '';
    display: block;
    background: url("../images/circle.png") no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    margin-left: -7.5px;
}
.inner_process ul li:hover:before{
    background: url("../images/circle_h.png") no-repeat center;
}
.lc_img{
    width: 47%;
    position: relative;
}
.lc_img:after{
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.inner_process ul li:nth-child(odd) .lc_img:after{
    right: -15px;
    border-left: 15px solid #999;
}
.inner_process ul li:nth-child(even) .lc_img:after{
    left: -15px;
    border-right: 15px solid #999;
}
.lc_img img{
    width: 117px;
    height: 88px;
    border-radius: 5px;
    transition: .5s;
}
.inner_process ul li:nth-child(odd) .lc_img{
    float: left;
}
.inner_process ul li:nth-child(odd) .lc_img img{
    float: right;
}
.inner_process ul li:nth-child(even) .lc_img{
    float: right;
}
.inner_process ul li:nth-child(even) .lc_img img{
    float: left;
}
.inner_process ul li:nth-child(odd) .lc_txt{
    float: right;
    text-align: left;
}
.inner_process ul li:nth-child(even) .lc_txt{
    text-align: right;
    float: left;
}
.lc_txt{
    width: 47%;
    margin-top: 30px;
    transition: .5s;
}
.inner_process ul li:hover:nth-child(odd) .lc_img:after{
    border-left: 15px solid #008ed1;
}
.inner_process ul li:hover:nth-child(even) .lc_img:after{
    border-right: 15px solid #008ed1;
}
.lc_txt1{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #bbb;
    margin-bottom: 10px;
    transition: .5s;
}
.lc_txt2{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.inner_process ul li:hover .lc_img img{
    width: 245px;
    height: 185px;
}
.inner_process ul li:hover .lc_txt{
    margin-top: 50px;
}
.inner_process ul li:hover .lc_txt1{
    font-size: 60px;
    color: #008ed1;
}
.inner_process ul li:hover .lc_txt2{
    color: #008ed1;
}


/*人才招聘*/
.inner_job{
    margin-top: 40px;
}
.ijob_fl{
    float: left;
    width: 27.5%;
    background-color: #fff;
    box-shadow: 0px 4px 19px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px 40px;
    overflow: hidden;
    margin-bottom: 20px;
}
.ijob_fl1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ijob_fl1 p{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.ijob_fl1 a{
    font-size: 16px;
    color: #666;
    background: url("../images/cz.png") no-repeat right center;
    padding-right: 26px;
}
.ijob_fl2{
    margin-top: 20px;
}
.ssform{
    display: flex;
    align-items: center;
}
.ss1{
    width: 74%;
    height: 50px;
    line-height: 50px;
    background-color: #e5f3fa;
    border: none;
    border-radius: 2px 0 0 2px;
    padding-left: 20px;
    font-size: 16px;
    color: #666;
}
.ss2{
    width: 26%;
    height: 50px;
    line-height: 50px;
    background-color: #008ed1;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 0 2px 2px 0;
}
.ijob_fl3{
    margin-top: 40px;
}
.ijob_fl .layui-form-label{
    float: none;
    padding: 0;
    width: auto;
    line-height: 1;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 28px;
}
.ijob_fl .layui-input-block{
    margin-left: 0;
    min-height: auto;
}
.ijob_fl .layui-form-radio{
    margin: 0 0 20px 0;
    padding-right: 0;
    display: block;
}
.ijob_fl .layui-form-radio *{
    font-size: 16px;
}
.ijob_fl .layui-form-radio>i{
    margin-right: 15px;
    color: #6bbde4;
}
.ijob_fl .layui-form-radio>i:hover, .ijob_fl .layui-form-radioed>i{
    color: #008ed1;
}
.ijob_fl4{
    margin-top: 40px;
}
.ijob_fl .layui-form-checkbox[lay-skin=primary]{
    display: block;
}
.ijob_fl .layui-form-item .layui-form-checkbox[lay-skin=primary]{
    margin-top: 0;
    margin-bottom: 25px;
}
.ijob_fl .layui-form-checkbox[lay-skin=primary] i{
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #6bbde4;
}
.ijob_fl .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color:#6bbde4;
}
.ijob_fl .layui-form-checked[lay-skin=primary] i{
    border-color: #008ed1!important;
    background-color: #008ed1;
}
.ijob_fr{
    float: right;
    width: 70%;
}
.ijob_txt{
    margin-bottom: 20px;
}
.ijob_txt ul{
    display: flex;
    flex-wrap: wrap;
}
.ijob_txt ul li{
    width: 33.3%;
    padding: 0 12px;
    margin-bottom: 24px;
}
.ijob_txt ul li a{
    display: block;
    background-color: #fff;
    border-radius: 10px;
    height: 200px;
    padding: 34px 28px;
    transition: .5s;
}
.ijob_txt ul li a:hover{
    box-shadow: 0px 4px 19px 1px rgba(0, 0, 0, 0.1);
}
.ijob_txt1{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ijob_txt2{
    font-size: 16px;
    color: #666;
    margin: 20px 0 55px 0;
}
.ijob_txt3{
    font-size: 16px;
    color: #666;
}


/*招聘详情*/
.ijobshow_fr{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
}
.ijobshow_fr1{
    font-size: 18px;
    color: #000;
    line-height: 1;
}
.ijobshow_fr2{
    border-top: 1px solid #dfdfdf;
    margin-top: 15px;
    padding-top: 30px;
}
.ijobshow_title{
    font-size: 16px;
    color: #333;
}
.ijobshow_fr2_con{
    margin-top: 10px;
}
.ijobshow_fr2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ijobshow_fr2_con ul li{
    margin-right: 30px;
    color: #333;
}
.ijobshow_fr2_con ul li:last-child{
    margin-right: 0;
}
.ijobshow_fr2_con ul li span{
    color: #838383;
}
.ijobshow_fr3{
    margin-top: 35px;
}
.ijobshow_fr3_con{
    margin-top: 10px;
    color: #838383;
    line-height: 30px;
}
.ijobshow_fr4{
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    color: #838383;
}
.ijobshow_fr4 p{
    margin-right: 30px;
}
.ijobshow_fr4 a{
    color: #838383;
}


/*产品介绍*/
.ipro{
    margin: 30px 0 22px 0;
}
.ipro ul{
    display: flex;
    flex-wrap: wrap;
}
.ipro ul li{
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.ipro ul li a{
    display: block;
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.1);
}
.ipro_txt{
    background-color: #fff;
    padding: 30px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ipro_txt_fl{
    width: 60%;

}
.ipro_txt_fl1{
    font-size: 18px;
    color: #111;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ipro_txt_fl2{
    font-size: 16px;
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.ipro_txt_fr{
    width: 140px;
    line-height: 38px;
    background-color: #fff;
    color: #bbb;
    border-radius: 19px;
    padding: 0 18px;
    border: 1px solid #ddd;
}
.ipro_txt_fr p{
    background: url("../images/njt.png") no-repeat right center;
    padding-left: 4px;
    transition: .5s;
}
.ipro ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ipro ul li a:hover .ipro_txt_fl1{
    color: #008ed1;
}
.ipro ul li a:hover .ipro_txt_fr{
    background: -webkit-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -o-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -moz-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    color: #fff;
}
.ipro ul li a:hover .ipro_txt_fr p{
    background: url("../images/njt_h.png") no-repeat left center;
    padding-left: 45px;
}


/*产品详情*/
.inner_proshow{

}
.iproshow1{
    overflow: hidden;
}
.iproshow1_fl{
    float: left;
    width: 43%;
}
.iproshow1_fl_t1{
    position: relative;
}
.iproshow1_fl_t1 .gallery-top {
    width: 100%;
    height: auto;
}
.iproshow1_fl_t1 .gallery-top .swiper-slide{
    display: initial;
}
.proshow-max a{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}
.iproshow1_fl_t2{
    position: relative;
    margin-top: 23px;
}
.iproshow1_fl_t2 .gallery-thumbs {
    width: 90%;
    height: auto;
}
.iproshow1_fl_t2 .gallery-thumbs .swiper-slide{
    display: initial;
}
.proshow-min a{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}
.proshow-min a img{
    border: 1px solid #dbdbdb;
    background-color: #fff;
    padding: 3px;
}
.proshow-min.swiper-slide-thumb-active a img{
    border: 1px solid #008ed1;
}
.iproshow1_fl_t2 .swiper-button-next1, .iproshow1_fl_t2 .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -42px;
    width: 21px;
    height: 84px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #f1f1f1 url("../images/psjt.png") no-repeat center;
}
.iproshow1_fl_t2 .swiper-button-next1:hover ,.iproshow1_fl_t2 .swiper-button-prev1:hover{
    background: #008ed1 url("../images/psjt_h.png") no-repeat center;
}
.iproshow1_fl_t2 .swiper-button-prev1{
    right: auto;
    left: 0;
}
.iproshow1_fl_t2 .swiper-button-next1{
    left: auto;
    right: 0;
    transform:rotateY(-180deg);
}
.iproshow1_fr{
    float: right;
    width: 52%;
}
.iproshow1_fr1{
    font-size: 32px;
    color: #272727;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 1;
    border-bottom: 2px solid #67c2e7;
}
.iproshow1_fr2{
    margin-top: 25px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.iproshow1_fr2 h3{
    font-size: 24px;
    color:#333;
}
.iproshow1_fr3{
    margin-top: 50px;
    display: flex;
}
.iproshow1_fr3 a{
    display: block;
    margin-right: 20px;
    width: 120px;
    line-height: 38px;
    border: 1px solid #008ed1;
    color: #008ed1;
    font-weight: bold;
    padding-left: 45px;
    transition: .5s;
}
.iproshow1_fr3 a:last-child{
    margin-right: 0;
}
.iproshow1_fr3 a.lxwm{
    background: url("../images/lxwm.png") no-repeat 17px center;
}
.iproshow1_fr3 a.fhlb{
    background: url("../images/fhlb.png") no-repeat 17px center;
}
.iproshow1_fr3 a:hover{
    color: #fff;
}
.iproshow1_fr3 a:hover.lxwm{
    background: #008ed1 url("../images/lxwm_h.png") no-repeat 17px center;
}
.iproshow1_fr3 a:hover.fhlb{
    background: #008ed1 url("../images/fhlb_h.png") no-repeat 17px center;
}
.iproshow2{
    margin-top: 75px;
}
.iproshow_title{
    text-align: center;
    font-size: 30px;
    color: #272727;
    line-height: 1;
    background: url("../images/xian.png") no-repeat center;
}
.iproshow2_con{
    margin-top: 35px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.iproshow3{
    margin-top: 85px;
}
.iproshow3_con{
    margin-top: 40px;
    position: relative;
}
.iproshow3_con .swiper-slide{
    display: initial;
}
.proshows a{
    display:block;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.proshows a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.swiper-pagination1{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.iproshow3_con .swiper-pagination1{
    display: none;
    bottom: 0;
    right: 0;
    width: 100%;
}
.iproshow3_con .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    background-color: #e6e6e6;
    opacity: 1;
    outline: none;
    margin: 0px 4px;
    border-radius: 25px;
}
.iproshow3_con .swiper-pagination-bullet-active{
    background-color: #008ed1;
}


/*业务服务*/
.inner_service{
    overflow: hidden;
}
.iservice1{
    margin: 50px 0;
    overflow: hidden;
}
.iservice1_fl{
    float: left;
    width: 50%;
}
.iservice1_fr{
    float: right;
    width: 46%;
    margin-top: 20px;
}
.iservice1_fr .inner_title{
    text-align: left;
}
.iservice1_fr .inner_title:after{
    margin: 25px 0 0 0;
}
.iservice1_fr_con{
    margin-top: 40px;
    font-size: 16px;
    color: #666;
    line-height: 40px;
}
.iservice2{
    background-color: #f5f7f9;
    overflow: hidden;
    padding: 50px 0 0 0;
}
.iservice2_con{
    margin-top: 80px;
    height: 380px;
}
.homepage-row{

}
.homepage-item{
    position: relative;
    display: block;
    height: 280px;
    width: 20%;
    background-color: #ffffff;
    border: 2px solid #fff;
    overflow: hidden;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.homepage-course-item{
    position: absolute;
    left: 0;
    right: 0;
    height: 200px;
    opacity: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc;
    margin: 40px 0;
}
.homepage-item:last-child .homepage-course-item{
    border-right: none;
}
.homepage-course-title {
    text-align:center;
}
.homepage-course-list{
    margin-top: 35px;
    font-size: 24px;
    color: #333;
    line-height: 1;
}
.homepage-item.active{
    width: 60%;
    height: 380px;
    border-color: #008ed1;
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}
.homepage-course-body{
    opacity: 0;
    padding: 23px 43px;
    height: 380px;
    min-width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.homepage-item.active .homepage-course-item{
    opacity:0;
}
.homepage-item.active .homepage-course-body{
    opacity:1;
}
.tag-img {
    color: #1977ff;
    line-height: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.tag-img img{
    display:block;
    width:30px;
    height:30px;
    border:none;
}
.tag-img span{
    font-size: 28px;
    color: #008ed1;
    padding-left: 20px;
    padding-top: 3px;
}
.tag-lin{
    width: auto;
    height: 1px;
    margin: 40px auto 0 auto;
    background-color: #e5e5e5;
}
.course-body-item{
    margin-top: 45px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.iservice3{
    margin: 50px 0 80px 0;
}
.iservice3_con{
    margin-top: 50px;
}
.iservice3_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iservice3_con ul li{
    width: 33.3%;
}
.iservice3_con ul li a{
    display: block;
    border: 1px solid #ddd;
    height: 240px;
    position: relative;
    padding: 40px 50px;
    transition: .5s;
}
.iservice3_con1{
    font-size: 24px;
    color: #333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iservice3_con2{
    font-size: 16px;
    color: #666;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin: 20px 0 25px 0;
    position: relative;
    z-index: 2;
}
.iservice3_con3{
    color: #999;
    text-decoration: underline;
}
.iservice3_con4{
    font-size: 160px;
    font-weight: bold;
    line-height: 0.8;
    position: absolute;
    right: 20px;
    color: #f5f7f9;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}
.iservice3_con ul li a:hover{
    background: -webkit-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -o-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -moz-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    box-shadow: 0px 2px 16px 4px rgba(0, 0, 0, 0.1);
}
.iservice3_con ul li a:hover .iservice3_con1{
    color: #fff;
}
.iservice3_con ul li a:hover .iservice3_con2{
    color: rgba(255,255,255,.8);
}
.iservice3_con ul li a:hover .iservice3_con3{
    color: rgba(255,255,255,.8);
}
.iservice3_con ul li a:hover .iservice3_con4{
    color: rgba(255,255,255,.1);
}


/*服务内容*/
.inner_sershow_fr{
    float: right;
}
.inner_sershow_fr a{
    display: block;
    width: 120px;
    line-height: 34px;
    background: #008ed1 url("../images/fh.png") no-repeat 22px center;
    font-size: 16px;
    color: #fff;
    padding-left: 60px;
}
.isershow0{
    margin-top: 50px;
}
.isershow0_con{
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.isershow1{
    margin: 40px 0 45px 0;
    overflow: hidden;
}
.isershow1_fl{
    float: left;
    width: 48%;
    margin-top: 25px;
}
.isershow_title{
    font-size: 24px;
    color: #008ed1;
    font-weight: bold;
    line-height: 1;
}
.isershow1_fl_con{
    margin-top: 40px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.isershow1_fr{
    float: right;
    width: 47.5%;
    position: relative;
    padding: 0 34px 34px 0;
}
.isershow1_fr:after{
    content: '';
    display: block;
    width: 95%;
    height: 95%;
    background-color: #67c2e7;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: -1;
}
.isershow2{
    background-color: #f5f7f9;
    padding: 60px 0;
    overflow: hidden;
}
.isershow2 .isershow_title{
    text-align: center;
}
.isershow2_con{
    margin-top: 45px;
}
.isershow2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.isershow2_con ul li{
    width: 25%;
    padding: 0 20px;
}
.iservice2_cons{
    height: 300px;
    background: #fff;
    box-shadow: 0px 2px 16px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 45px 50px;
}
.iservice2_cons .tp{
    width: 57px;
    height: 50px;
}
.iservice2_cons:hover .tp img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.iservice2_txt{
    margin-top: 20px;
}
.iservice2_txt1{
    font-size: 20px;
    color: #333;
    line-height: 1;
}
.iservice2_txt2{
    margin-top: 35px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.isershow3{
    margin: 75px 0 85px 0;
    overflow: hidden;
}
.isershow3_fl{
    float: left;
    width: 47.5%;
    position: relative;
    padding: 0 0 34px 34px;
}
.isershow3_fl:after{
    content: '';
    display: block;
    width: 95%;
    height: 95%;
    background-color: #32b7d1;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: -1;
}
.isershow3_fr{
    float: right;
    width: 48%;
}
.isershow3_fr_con{
    margin-top: 25px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}


/*战略布局*/
.inner_zlbj{
    margin-top: 39px;
}
.izlbj1{
    background-color: #fff;
    box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 40px 0;
}
.izlbj1 ul{
    display: flex;
    flex-wrap: wrap;
}
.izlbj1 ul li{
    width: 50%;
    text-align: center;
    line-height: 1;
    cursor: default;
    overflow: hidden;
    padding: 0 10px;
    background: url("../images/line1.jpg") no-repeat right center;
}
.izlbj1 ul li:last-child{
    background: none;
}
.izlbj1 ul h3{
    font-size: 16px;
    color: #008ed1;
    font-weight: bold;
    margin-bottom: 20px;
}
.izlbj1 ul h3 span{
    font-size: 38px;
}
.izlbj1 ul li p{
    color: #333;
    font-size: 18px;
}
.izlbj2{
    margin-top: 65px;
    position: relative;
}
.izlbj2bg{
    width: 1072px;
    background: url("../images/world.png") no-repeat left center;
    height: 874px;
}
.dt{

}
.dt.open .wnei{
    display: block;
}
.w{
    position: absolute;
    height: 50px;
    cursor: pointer;
    background: url(../images/yuan.png) no-repeat center top;
    padding-top: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333;

}
.w0{
    top: 230px;
    left: 190px;
}
.w1{
    top: 370px;
    left: 710px;
}
.w2{
    top: 480px;
    left: 800px;
}
.w3{
    top: 550px;
    left: 810px;
    background: url(../images/dz.png) no-repeat center top;
}
.w4{
    bottom: 235px;
    left: 700px;
}
.w5{
    bottom: 190px;
    left: 755px;
}
.w6{

    /*河南bottom: 360px;
    left: 660px;*/
    bottom: 340px;
    left: 640px;
}
.w7{
    bottom: 45px;
    left: 600px;
}
.dt .wnei{
    display: none;
    width: 380px;
    padding: 35px;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 99;
}
.dt .wnei.show{
    display: block;
}
.dt .wnei:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 5px 28px 2px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: .5s;
}
.dt .wnei h3{
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #333;
    background: url("../images/dz.png") no-repeat left center;
    padding-left: 31px;
    line-height: 22px;
    margin-bottom: 25px;
}
.dt .wnei li{
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #666;
    padding-left: 47px;
    line-height: 30px;
    margin-bottom: 8px;
}
.dt .wnei li:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #008ed1;
    border-radius: 50%;
    position: absolute;
    left: 31px;
    top: 11px;
}






@media (min-width:1701px) and (max-width:1800px){
    .icontact2 li{
        margin-bottom: 30px;
    }
    .iabout1_fl h3{
        font-size: 24px;
    }
    .iproshow1_fr3{
        margin-top: 35px;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .home-about{
        padding: 60px 0;
    }
    .icontact2{
        padding: 40px 35px;
    }
    .icontact2 li{
        margin-bottom: 30px;
    }
    .iabout1_fl h3{
        font-size: 22px;
    }
    .iabout1_fl{
        line-height: 30px;
    }
    .ipro_txt_fl{
        width: 50%;
    }
    .iproshow1_fr1{
        font-size: 30px;
    }
    .iproshow1_fr2 h3{
        font-size: 22px;
    }
    .iproshow1_fr3{
        margin-top: 35px;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .menupc li{
        margin: 0 33px;
    }
    .home-about{
        padding: 60px 0;
    }
    .icontact2{
        height: 86%;
        top: 7%;
        padding: 40px 35px;
    }
    .icontact2 li{
        margin-bottom: 30px;
    }
    .iabout1_fl h3{
        font-size: 22px;
    }
    .iabout1_fl{
        line-height: 30px;
    }
    .iabout2_txt h3{
        font-size: 22px;
    }
    .iabout2s:hover .iabout2_txt h3{
        margin-top: 25px;
    }
    .iabout2s:hover .iabout2_txt p{
        margin-top: 25px;
    }
    .ipro_txt{
        padding: 25px 20px;
    }
    .ipro_txt_fl{
        width: 50%;
    }
    .iproshow1_fr1{
        font-size: 30px;
    }
    .iproshow1_fr2 h3{
        font-size: 22px;
    }
    .iproshow1_fr3{
        margin-top: 35px;
    }
    .homepage-course-list{
        font-size: 22px;
    }
    .tag-img span{
        font-size: 26px;
    }
    .isershow1_fl{
        margin-top: 0;
    }

}

@media (min-width:1401px) and (max-width:1500px){
    .menupc li{
        margin: 0 28px;
    }
    .home-about{
        padding: 60px 0;
    }
    .icontact2{
        height: 86%;
        top: 7%;
        padding: 30px 25px;
    }
    .icontact2 li{
        margin-bottom: 30px;
    }
    .iabout1_fl h3{
        font-size: 20px;
    }
    .iabout1_fl{
        line-height: 30px;
    }
    .iabout2_txt h3{
        font-size: 20px;
    }
    .iabout2s:hover .iabout2_txt h3{
        margin-top: 20px;
    }
    .iabout2s:hover .iabout2_txt p{
        margin-top: 20px;
    }
    .iabout2_txt p{
        line-height: 25px;
    }
    .ijob_fl{
        width: 30%;
    }
    .ijob_fr{
        width: 67%;
    }
    .ijob_txt ul li a{
        padding: 34px 20px;
    }
    .ipro_txt{
        padding: 25px 20px;
    }
    .ipro_txt_fl{
        width: 50%;
    }
    .iproshow1_fr1{
        font-size: 30px;
    }
    .iproshow1_fr2 h3{
        font-size: 22px;
    }
    .iproshow1_fr3{
        margin-top: 35px;
    }
    .homepage-course-list{
        font-size: 20px;
    }
    .tag-img span{
        font-size: 24px;
    }
    .tag-lin{
        margin: 30px auto 0 auto;
    }
    .course-body-item{
        margin-top: 30px;
    }
    .isershow1_fl{
        margin-top: 0;
    }
    .isershow1_fl_con{
        margin-top: 25px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 86%;
    }
    .menupc li{
        margin: 0 28px;
    }
    .home-about{
        padding: 60px 0;
    }
    .about_fr{
        padding: 60px 60px 85px 27%;
    }
    .news_con_info ul li{
        padding: 0 15px;
    }
    .icontact2{
        height: 86%;
        top: 7%;
        padding: 30px 25px;
    }
    .icontact2 li{
        margin-bottom: 30px;
    }
    .iabout1_fl h3{
        font-size: 20px;
    }
    .iabout1_fl{
        line-height: 30px;
    }
    .iabout2_txt h3{
        font-size: 20px;
    }
    .iabout2s:hover .iabout2_txt h3{
        margin-top: 20px;
    }
    .iabout2s:hover .iabout2_txt p{
        margin-top: 20px;
    }
    .iabout2_txt p{
        line-height: 25px;
    }
    .ijob_fl{
        width: 30%;
    }
    .ijob_fr{
        width: 67%;
    }
    .ijob_txt ul li a{
        padding: 34px 20px;
    }
    .ipro_txt{
        padding: 25px 20px;
    }
    .ipro_txt_fl{
        width: 50%;
    }
    .iproshow1_fr1{
        font-size: 28px;
    }
    .iproshow1_fr2 h3{
        font-size: 20px;
    }
    .iproshow1_fr3{
        margin-top: 35px;
    }
    .iproshow2{
        margin-top: 50px;
    }
    .iproshow3{
        margin-top: 50px;
    }
    .homepage-course-list{
        font-size: 20px;
    }
    .tag-img span{
        font-size: 24px;
    }
    .tag-lin{
        margin: 30px auto 0 auto;
    }
    .course-body-item{
        margin-top: 30px;
    }
    .isershow1_fl{
        margin-top: 0;
    }
    .isershow1_fl_con{
        margin-top: 25px;
    }
    .iservice2_cons{
        padding: 45px 40px;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .container1{
        width: 90%;
    }
    .menupc li{
        margin: 0 28px;
    }
    .home-about{
        padding: 60px 0;
    }
    .about_fr{
        padding: 60px 60px 60px 27%;
    }
    .news_con_info ul li{
        padding: 0 15px;
    }
    .icontact2{
        height: 90%;
        top: 5%;
        padding: 30px 25px;
    }
    .icontact2 li{
        margin-bottom: 30px;
    }
    .iabout1_fl h3{
        font-size: 20px;
    }
    .iabout1_fl{
        line-height: 30px;
    }
    .iabout2_txt h3{
        font-size: 20px;
    }
    .iabout2s:hover .iabout2_txt h3{
        margin-top: 20px;
    }
    .iabout2s:hover .iabout2_txt p{
        margin-top: 20px;
    }
    .iabout2_txt p{
        line-height: 25px;
    }
    .ijob_fl{
        width: 30%;
    }
    .ijob_fr{
        width: 67%;
    }
    .ijob_txt ul li a{
        padding: 34px 20px;
    }
    .ipro_txt{
        padding: 25px 20px;
    }
    .ipro_txt_fl{
        width: 50%;
    }
    .iproshow1_fr1{
        font-size: 28px;
    }
    .iproshow1_fr2 h3{
        font-size: 20px;
    }
    .iproshow1_fr3{
        margin-top: 35px;
    }
    .iproshow2{
        margin-top: 50px;
    }
    .iproshow3{
        margin-top: 50px;
    }
    .homepage-course-list{
        font-size: 20px;
    }
    .tag-img span{
        font-size: 24px;
    }
    .tag-lin{
        margin: 30px auto 0 auto;
    }
    .course-body-item{
        margin-top: 30px;
    }
    .isershow1_fl{
        margin-top: 0;
    }
    .isershow1_fl_con{
        margin-top: 25px;
    }
    .iservice2_cons{
        padding: 45px 30px;
    }

}

@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .home-banner{
        margin-top: 60px;
    }
    .inner-banner{
        margin-top: 60px;
    }
    .footer1{
        padding: 50px 0 40px 0;
    }
    .home-about{
        padding: 50px 0;
    }
    .about_fl{
        top: 50px;
        left: 15px;
    }
    .index_title h3{
        font-size: 40px;
    }
    .about_fr{
        padding: 50px 50px 80px 27%;
    }
    .about_fr1{
        margin: 20px 0 30px 0;
    }
    .home-service{
        height: 641px;
    }
    .service_info_t1{
        font-size: 28px;
    }
    .service_info_b{
        margin-top: 10%;
    }
    .home-pro{
        margin: 50px auto;
    }
    .pro_con{
        margin-top: 35px;
    }
    .pro_con1{
        font-size: 28px;
    }
    .pro_con2{
        width: 60%;
    }
    .home-news{
        padding: 50px 0;
    }
    .news_con_info ul li{
        padding: 0 15px;
    }
    .ban_info{
        left: 15px;
    }
    .ban_info h3{
        font-size: 50px;
    }
    .ban_info p{
        font-size: 30px;
    }
    .ban_info p:after{
        margin-top: 20px;
    }
    .inner_con{
        margin: 45px 0 50px 0;
    }
    .inner_title{
        font-size: 28px;
    }
    .icontact2{
        padding: 30px 25px;
        height: 90%;
        top: 5%;
    }
    .icontact2 li{
        margin-bottom: 20px;
    }
    .iabout1_fl{
        float: none;
        width: 100%;
        line-height: 30px;
    }
    .iabout1_fl h3{
        font-size: 20px;
    }
    .iabout1_fr{
        margin-top: 20px;
        float: none;
        width: 100%;
    }
    .iabout2{
        margin-top: 35px;
    }
    .iabout2_txt h3{
        font-size: 20px;
    }
    .iabout2 ul{
        justify-content: center;
    }
    .iabout2 ul li{
        width: 33.3%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .ijob_fl{
        width: 30%;
        padding: 30px 25px;
    }
    .ijob_fl1 p{
        font-size: 20px;
    }
    .ijob_fl .layui-form-label{
        font-size: 20px;
    }
    .ijob_fr{
        width: 67%;
    }
    .ijob_txt ul li a{
        padding: 25px 15px;
        height: 180px;
    }
    .ijob_txt1{
        font-size: 16px;
    }
    .ijob_txt2{
        font-size: 14px;
    }
    .ijob_txt3{
        font-size: 14px;
    }
    .ipro_txt_fl{
        width: 100%;
    }
    .ipro_txt_fr{
        margin-top: 20px;
    }
    .iproshow1_fl{
        float: none;
        width: 100%;
    }
    .iproshow1_fr{
        float: none;
        width: 100%;
        margin-top: 35px;
    }
    .iproshow1_fr1{
        font-size: 28px;
    }
    .iproshow2{
        margin-top: 50px;
    }
    .iproshow3{
        margin-top: 50px;
    }
    .iproshow3_con{
        padding-bottom: 35px;
    }
    .iproshow3_con .swiper-pagination1{
        display: block;
    }
    .iservice1_fr{
        margin-top: 0;
    }
    .iservice1_fr_con{
        margin-top: 25px;
        line-height: 30px;
    }
    .homepage-course-list{
        font-size: 20px;
    }
    .tag-img span{
        font-size: 24px;
    }
    .tag-lin{
        margin: 25px auto 0 auto;
    }
    .course-body-item{
        margin-top: 25px;
    }
    .iservice3{
        margin: 50px 0;
    }
    .iservice3_con{
        margin-top: 35px;
    }
    .iservice3_con ul li a{
        padding: 40px;
    }
    .iservice3_con4{
        right: 10px;
        font-size: 150px;
    }
    .isershow1_fl{
        margin-top: 0;
    }
    .isershow1_fl_con{
        margin-top: 25px;
    }
    .isershow2{
        padding: 50px 0;
    }
    .isershow2_con ul li{
        padding: 0 15px;
    }
    .iservice2_cons{
        padding: 35px 30px;
    }
    .isershow3{
        margin: 50px 0;
    }
    .izlbj2bg{
        width: 100%;
        background-size: contain;
        height: 835px;
    }
    .dt .wnei{
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
    }
    .w0{
        top: 200px;
        left: 175px;
    }
    .w1{
        top: 350px;
        left: 660px;
    }
    .w2{
        top: 450px;
        left: 725px;
    }
    .w3{
        top: 520px;
        left: 745px;
    }
    .w4{
        bottom: 235px;
        left: 650px;
    }
    .w5{
        bottom: 190px;
        left: 705px;
    }
    .w6{
        bottom: 160px;
        left: 555px;
    }
    .w7{
        bottom: 45px;
        left: 550px;
    }
}

@media(max-width:768px) {
    .footer1_fc{
        padding: 0 3%;
    }
    .index_title h3{
        font-size: 32px;
    }
    .index_title p{
        font-size: 20px;
    }
    .about_fl{
        top: 75px;
    }
    .about_fr{
        padding: 50px 50px 50px 27%;
    }
    .home-service{
        height: 550px;
    }
    .service_con{
        padding-top: 45px;
    }
    .service_info_t1{
        font-size: 24px;
    }
    .service_info_b{
        margin-top: 45px;
    }
    .service_info_b ul li{
        padding: 0 30px;
    }
    .service_info_b1{
        font-size: 18px;
    }
    .pro_cons{
        padding: 50px 35px;
        height: auto;
    }
    .pro_con1{
        font-size: 24px;
    }
    .pro_con2{
        width: 80%;
        margin: 35px 0;
    }
    .news_con_info ul li{
        padding: 0 10px;
    }
    .news_txt1{
        font-size: 16px;
    }
    .news_txt3{
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }
    .news_txt4{
        margin-top: 15px;
    }
    .news_txt{
        padding: 25px 20px;
    }
    .news_con_info ul li a:hover .news_txt{
        padding: 30px 0 25px 0;
    }
    .ban_info h3{
        font-size: 40px;
    }
    .ban_info p{
        font-size: 24px;
    }
    .inner_title{
        font-size: 24px;
    }
    .icontact2{
        right: 15px;
    }
    .icontact2 li{
        margin-bottom: 10px;
    }
    .icontact2 li h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .icontact2 li p{
        font-size: 14px;
        line-height: 25px;
    }
    .iabout2s:hover .iabout2_txt h3{
        margin-top: 20px;
    }
    .iabout2s:hover .iabout2_txt p{
        margin-top: 20px;
    }
    .inews li a{
        padding: 25px;
    }
    .inews li a .tp{
        width: 300px;
        height: 191px;
    }
    .inews_txt{
        margin-left: 325px;
        margin-top: 0;
    }
    .inews_txt1{
        margin-bottom: 15px;
    }
    .inews_txt3{
        margin: 20px 0;
    }
    .show_back_fr{
        width: 15%;
    }
    .inner_process:before{
        left: 13px;
    }
    .inner_process ul:before{
        left: 13px;
    }
    .inner_process ul:after{
        left: 13px;
    }
    .lc_img{
        width: 100%;
    }
    .lc_txt{
        width: 100%;
        margin-top: 20px;
    }
    .inner_process ul li{
        padding-left: 50px;
        margin-bottom: 35px;
    }
    .inner_process ul li:nth-child(odd) .lc_img img{
        float: left;
    }
    .inner_process ul li:nth-child(even) .lc_txt{
        text-align: left;
    }
    .inner_process ul li:nth-child(odd) .lc_img:after{
        right: auto;
        left: -15px;
        border-right: 15px solid #999;
        border-left: none;
    }
    .inner_process ul li:hover:nth-child(odd) .lc_img:after{
        right: auto;
        left: -15px;
        border-right: 15px solid #008ed1;
        border-left: none;
    }
    .inner_process ul li:before{
        left: 6px;
        margin-left: 0;
    }
    .lc_txt1{
        font-size: 24px;
    }
    .inner_process ul li:hover .lc_img img{
        width: 245px;
        height: 185px;
    }
    .inner_process ul li:hover .lc_txt{
        margin-top: 20px;
    }
    .inner_process ul li:hover .lc_txt1{
        font-size: 24px;
    }
    .ijob_fl{
        width: 40%;
        padding: 30px 25px;
    }
    .ijob_fl1 p{
        font-size: 20px;
    }
    .ijob_fl .layui-form-label{
        font-size: 20px;
    }
    .ijob_fr{
        width: 55%;
    }
    .ijob_txt ul li{
        width: 50%;
    }
    .ipro ul li{
        padding: 0 10px;
    }
    .ipro_txt{
        padding: 25px 20px;
    }
    .ipro_txt_fl1{
        font-size: 16px;
    }
    .ipro_txt_fl2{
        font-size: 14px;
    }
    .iproshow1_fr1{
        font-size: 24px;
    }
    .iproshow1_fr2 h3{
        font-size: 18px;
    }
    .iproshow1_fr3{
        margin-top: 35px;
    }
    .iproshow_title{
        font-size: 26px;
    }
    .iservice1_fl{
        float: none;
        width: 100%;
    }
    .iservice1_fr{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .homepage-course-list{
        font-size: 16px;
        margin-top: 25px;
    }
    .tag-img span{
        font-size: 20px;
    }
    .iservice3_con ul li a{
        padding: 40px 25px;
    }
    .iservice3_con1{
        font-size: 20px;
    }
    .isershow0_con br{
        display: none;
    }
    .isershow1_fl{
        float: none;
        width: 100%;
    }
    .isershow1_fr{
        margin-top: 20px;
        float: none;
        width: 100%;
    }
    .isershow2_con ul li{
        width: 50%;
        margin-bottom: 30px;
    }
    .isershow3_fl{
        float: none;
        width: 100%;
    }
    .isershow3_fr{
        margin-top: 20px;
        float: none;
        width: 100%;
    }

    .izlbj2{
        margin-bottom: 267px;
    }
    .izlbj2bg{
        height: 626px;
    }
    .dt .wnei{
        width: 100%;
        bottom: -267px;
    }
    .w0{
        top: 170px;
        left: 125px;
    }
    .w1{
        top: 270px;
        left: 490px;
    }
    .w2{
        top: 335px;
        left: 535px;
    }
    .w3{
        top: 390px;
        left: 545px;
    }
    .w4{
        bottom: 155px;
        left: 450px;
    }
    .w5{
        bottom: 120px;
        left: 505px;
    }
    .w6{
        bottom: 100px;
        left: 415px;
    }
    .w7{
        bottom: 25px;
        left: 405px;
    }
    .dt .wnei ul{
        height: 150px;
        overflow-y: auto;
    }

}

@media(max-width:600px) {
    .footer1{
        padding: 30px 0;
    }
    .footer1_fl{
        float: none;
        width: 100%;
    }
    .footer1_fc{
        float: none;
        width: 100%;
        overflow: hidden;
        margin: 20px 0;
    }
    .footer1_fr{
        float: none;
        width: 100%;
    }
    .footer1_fc li{
        width: 33.3%;
        line-height: 30px;
    }
    .footer1_fc li a:after{
        display: none;
    }
    .menulist{
        display: none;
    }
    .home-about{
        padding: 30px 0;
    }
    .about_fl{
        position: inherit;
        width: 100%;
        left: 0;
        top: 0;
    }
    .about_fr{
        margin-top: 20px;
        width: 100%;
        padding: 20px 15px;
    }
    .about_fr1{
        margin: 20px 0;
    }
    .index_title h3{
        font-size: 30px;
    }
    .home-service{
        padding: 30px 0;
        height: auto;
    }
    .service_con{
        padding-top: 20px;
    }
    .service_con_title{
        position: inherit;
        top: 0;
    }
    .service_con_title ul li{
        margin-left: 0;
        width: 33.3%;
        padding: 0 5px;
    }
    .service_con_title ul li h3{
        width: 100%;
        font-size: 16px;
    }
    .service_con_show{
        clear: both;
        padding-top: 20px;
    }
    .service_info_t1{
        font-size: 18px;
    }
    .service_info_t2{
        margin: 20px 0;
        width: 100%;
    }
    .service_info_b{
        margin-top: 20px;
        padding: 20px 15px;
        height: auto;
    }
    .service_info_b ul{
        height: auto;
    }
    .service_info_b ul li{
        width: 100%;
        padding: 0;
        background: none;
        margin-bottom: 15px;
    }
    .service_info_b ul li:last-child{
        margin-bottom: 0;
    }
    .service_info_b1{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .service_info_b2{
        font-size: 14px;
    }
    .service_info_b ul li:hover .service_info_b3{
        margin-top: 15px;
    }
    .home-pro{
        margin: 30px auto;
    }
    .pro_con{
        margin-top: 20px;
    }
    .pro_con ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .pro_con ul li:last-child{
        margin-bottom: 0;
    }
    .pro_cons{
        padding: 25px 20px;
    }
    .pro_con1{
        font-size: 18px;
    }
    .pro_con2{
        margin: 20px 0;
    }
    .home-news{
        padding: 30px 0;
    }
    .news_con{
        padding-top: 20px;
    }
    .news_con_nav{
        position: inherit;
        top: 0;
    }
    .news_con_info{
        clear: both;
        padding-top: 20px;
    }
    .news_con_nav li{
        margin-left: 0;
        width: 50%;
        padding: 0 10px;
    }
    .news_con_nav li a{
        width: 100%;
    }
    .news_con_info ul li{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .news_con_info ul li:last-child{
        margin-bottom: 0;
    }
    .ban_info h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .ban_info p{
        font-size: 16px;
    }
    .ban_info p:after{
        width: 30px;
        margin-top: 10px;
    }
    .inner_nav{
        padding: 20px 0;
    }
    .inner_nav_fl{
        float: none;
        width: 100%;
    }
    .inner_nav_fr{
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .inner_title{
        font-size: 20px;
    }
    .inner_con{
        margin: 30px 0;
    }
    .inner_title:after{
        margin: 15px auto 0 auto;
    }
    .inner_contact{
        margin-top: 20px;
    }
    .icontact2{
        position: inherit;
        width: 100%;
        top: 0;
        right: 0;
        margin-top: 20px;
        padding: 0;
    }
    .iabout1_fl h3{
        font-size: 18px;
    }
    .iabout2 ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
    }
    .iabout2_txt{
        padding: 15px 20px;
    }
    .iabout2_txt img{
        width: 40px;
        height: 42px;
    }
    .iabout2_txt h3{
        font-size: 16px;
    }
    .iabout2_txt p{
        font-size: 14px;
        line-height: 25px;
    }
    .iabout2s:hover .iabout2_txt h3{
        margin-top: 10px;
    }
    .iabout2s:hover .iabout2_txt p{
        margin-top: 10px;
    }
    .inner_news{
        margin-top: 20px;
    }
    .inews li{
        margin-bottom: 20px;
    }
    .inews li a{
        padding: 15px;
    }
    .inews li a .tp{
        float: none;
        width: 100%;
        height: auto;
    }
    .inews_txt{
        margin-left: 0;
        margin-top: 20px;
    }
    .inews_txt1{
        font-size: 16px;
    }
    .inews_txt2{
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }
    .show_back_fr{
        width: 25%;
    }
    .show_back_fr a{
        background: #008ed1 url(../images/return.png) no-repeat 10px center;
        padding-right: 15px;
    }
    .inner_nav_fr ul{
        justify-content: center;
    }
    .inner_nav_fr li{
        padding: 0 10px;
        width: 33.3%;
    }
    .inner_nav_fr li a{
        padding: 0 10px;
    }
    .inner_job{
        margin-top: 20px;
    }
    .ijob_fl{
        float: none;
        width: 100%;
        padding: 20px 15px;
    }
    .ijob_fl1 p{
        font-size: 18px;
    }
    .ijob_fl .layui-form-label{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .ijob_fr{
        float: none;
        width: 100%;
    }
    .ijob_fl3{
        margin-top: 20px;
    }
    .ijob_fl4{
        margin-top: 20px;
    }
    .ijob_txt ul li{
        padding: 0 5px;
    }
    .ijob_txt2{
        margin: 20px 0;
    }
    .ijobshow_fr2{
        padding-top: 20px;
    }
    .ijobshow_fr2_con ul li{
        width: 100%;
        margin-right: 0;
        line-height: 30px;
    }
    .ijobshow_fr3{
        margin-top: 20px;
    }
    .ijobshow_fr4{
        margin-top: 20px;
    }
    .ijobshow_fr4 p{
        width: 100%;
        margin-right: 0;
        line-height: 30px;
    }
    .ipro{
        margin: 20px 0;
    }
    .ipro ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
    }
    .ipro_txt{
        padding: 20px 15px;
    }
    .iproshow1_fl_t2 .gallery-thumbs{
        width: 82%;
    }
    .iproshow1_fl_t2 .swiper-button-next1, .iproshow1_fl_t2 .swiper-button-prev1{
        margin-top: -30px;
        height: 60px;
    }
    .iproshow1_fr1{
        font-size: 20px;
    }
    .iproshow1_fr3{
        margin-top: 20px;
    }
    .iproshow_title{
        font-size: 22px;
    }
    .iproshow2{
        margin-top: 20px;
    }
    .iproshow2_con{
        margin-top: 20px;
    }
    .iproshow3{
        margin-top: 20px;
    }
    .iproshow3_con{
        margin-top: 20px;
    }
    .iservice1{
        margin: 30px 0;
    }
    .iservice1_fr .inner_title:after{
        margin: 15px 0 0 0;
    }
    .iservice1_fr_con{
        margin-top: 20px;
    }
    .iservice2{
        padding: 30px 0 10px 0;
    }
    .iservice2_con{
        margin-top: 20px;
        height: auto;
    }
    .homepage-item{
        width: 100%;
        margin-bottom: 20px;
        box-shadow: 0 0 5px rgba(0,0,0,.1);
        height: 200px;
    }
    .homepage-course-item{
        border-right: none;
        margin: 0;
    }
    .homepage-item.active{
        width: 100%;
        height: auto;
        margin-bottom: 0;
        margin-top: 20px;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    .homepage-course-body{
        height: auto;
        padding: 20px 15px;
    }
    .tag-lin{
        margin: 20px auto 0 auto;
    }
    .course-body-item{
        margin-top: 15px;
    }
    .iservice3{
        margin: 30px 0;
    }
    .iservice3_con{
        margin-top: 20px;
    }
    .iservice3_con ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .iservice3_con ul li:last-child{
        margin-bottom: 0;
    }
    .iservice3_con ul li a{
        padding: 20px 15px;
        height: 203px;
    }
    .iservice3_con1{
        font-size: 18px;
    }
    .iservice3_con2{
        margin: 20px 0;
    }
    .isershow0{
        margin-top: 30px;
    }
    .isershow0_con{
        margin-top: 20px;
    }
    .isershow1{
        margin: 30px 0;
    }
    .isershow_title{
        font-size: 20px;
    }
    .isershow1_fl_con{
        margin-top: 20px;
    }
    .isershow1_fr{
        padding: 0 15px 15px 0;
    }
    .isershow2{
        padding: 30px 0;
    }
    .isershow2_con{
        margin-top: 20px;
    }
    .isershow2_con ul li{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .isershow2_con ul li:last-child{
        margin-bottom: 0;
    }
    .iservice2_cons{
        height: 270px;
    }
    .iservice2_txt2{
        margin-top: 20px;
    }
    .isershow3{
        margin: 30px 0;
    }
    .isershow3_fl{
        padding: 0 0 15px 15px;
    }
    .isershow3_fr_con{
        margin-top: 20px;
    }

}

@media(max-width:414px) {
    .izlbj2{
        margin-bottom: 230px;
    }
    .izlbj2bg{
        height: 306px;
    }
    .dt .wnei{
        padding: 20px 15px;
        bottom: -227px;
    }
    .dt .wnei h3{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .dt .wnei li{
        margin-bottom: 0;
        font-size: 14px;
    }
    .w{
        font-size: 12px;
        background-size: 50% !important;
        height: 30px;
        padding-top: 12px;
    }
    .w0{
        top: 70px;
        left: 55px;
    }
    .w1{
        top: 130px;
        left: 250px;
    }
    .w2{
        top: 165px;
        left: 270px;
    }
    .w3{
        top: 185px;
        left: 275px;
    }
    .w4{
        bottom: 70px;
        left: 235px;
    }
    .w5{
        bottom: 50px;
        left: 255px;
    }
    .w6{
        bottom: 45px;
        left: 215px;
    }
    .w7{
        bottom: 5px;
        left: 200px;
    }
}

@media(max-width:375px) {
    .w0{
        top: 70px;
        left: 55px;
    }
    .w1{
        top: 130px;
        left: 225px;
    }
    .w2{
        top: 165px;
        left: 245px;
    }
    .w3{
        top: 185px;
        left: 255px;
    }
    .w4{
        bottom: 70px;
        left: 215px;
    }
    .w5{
        bottom: 50px;
        left: 235px;
    }
    .w6{
        bottom: 45px;
        left: 195px;
    }
    .w7{
        bottom: 10px;
        left: 185px;
    }
}

@media(max-width:320px) {
    .iabout2 ul li{
        width: 100%;
        padding: 0;
    }
    .show_back_fl{
        width: 65%;
    }
    .show_back_fr{
        width: 30%;
    }
    .ipro ul li{
        width: 100%;
        padding: 0;
    }
    .inner_nav_fr li{
        padding: 0 5px;
    }
}














